Esx Settings CheckError

Esx Settings CheckError
Esx Settings CheckError

The Esx Settings CheckError schema contains properties that describe an error reported by Esx Settings CheckStatus

JSON Example
{
    "description": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    },
    "resolution": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    }
}
description
Required

Description of what was the issue containing as much user-relevant context as possible. The user should be able to understand which sub-system failed and why.

resolution
Optional

Possible resolution for the issue. This should contain actionable information that the user can use to resolve the issue.

Can be left missing or null if no meaningful resolution exists.